←Select platform

CacheItem<T> Class

Summary

Specifies a generic cache entry.

Syntax

C#
VB
Java
C++
public class CacheItem<T> 
Public Class CacheItem(Of T) 
public generic<typename T> 
   ref class CacheItem 
public class CacheItem<T> 

Remarks

CacheItem<T> provides a generic cache entry. It has a string key and a generic value pair and an optional region.

When an item is added to the cache, the value is serialized and stored physically. Similarly when an item is retrieved, the value is de-serialized. Hence, the CacheItem<T> is just a holder for the cached item and is not itself serialized or saved.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly